home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / amigae / stayrandom.lha / StayRandom.readme < prev   
Encoding:
Text File  |  1994-09-14  |  465 b   |  15 lines

  1. There's really almost nothing to say about this...
  2.  
  3. Just call stayrandom() once at the beginning of your program
  4. to seed the random number generator (Amiga E's random number
  5. generator).  Afterwards, enjoy better random numbers.
  6.  
  7. 'stayrandom()' requires emodules:other/stderr.m be installed
  8. so it can write its error messages.  It also opens the
  9. timer.device to get mics.
  10.  
  11. Lemme know if you have probs with it.  As far as I can tell,
  12. this works rather well.
  13.  
  14. - Trey
  15.